Is pdf virus proof? [closed]
Posted
by Jonathan
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan
Published on 2010-05-17T19:41:16Z
Indexed on
2010/05/17
19:50 UTC
Read the original article
Hit count: 327
I am creating a secure document portal for a client. One of the things that they are worried about is having someone upload a document with a virus. One solution that might work is to enforce that they only upload pdf files.
My question is two fold:
- Most importantly, is a pdf document virus proof?
- How can you determine in a *nix environment that a file is a pdf, besides just looking at the extension.
Thanks!
Jonathan
© Stack Overflow or respective owner